Searched refs:setpw (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libads/
H A Dkrb5_setpw.c148 DATA_BLOB setpw; local
159 /* handle protocol differences in chpw and setpw */
161 setpw = data_blob(passwd, strlen(passwd));
164 setpw = encode_krb5_setpw(princ, passwd);
168 if (setpw.data == NULL || setpw.length == 0) {
172 encoded_setpw.data = (char *)setpw.data;
173 encoded_setpw.length = setpw.length;
178 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
340 DEBUG(1,("got unencrypted setpw resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libads/
H A Dkrb5_setpw.c151 DATA_BLOB setpw; local
162 /* handle protocol differences in chpw and setpw */
164 setpw = data_blob(passwd, strlen(passwd));
167 setpw = encode_krb5_setpw(princ, passwd);
171 if (setpw.data == NULL || setpw.length == 0) {
175 encoded_setpw.data = (char *)setpw.data;
176 encoded_setpw.length = setpw.length;
181 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
343 DEBUG(1,("got unencrypted setpw resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libads/
H A Dkrb5_setpw.c148 DATA_BLOB setpw; local
159 /* handle protocol differences in chpw and setpw */
161 setpw = data_blob(passwd, strlen(passwd));
164 setpw = encode_krb5_setpw(princ, passwd);
168 if (setpw.data == NULL || setpw.length == 0) {
172 encoded_setpw.data = (char *)setpw.data;
173 encoded_setpw.length = setpw.length;
178 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
340 DEBUG(1,("got unencrypted setpw resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libads/
H A Dkrb5_setpw.c151 DATA_BLOB setpw; local
162 /* handle protocol differences in chpw and setpw */
164 setpw = data_blob(passwd, strlen(passwd));
167 setpw = encode_krb5_setpw(princ, passwd);
171 if (setpw.data == NULL || setpw.length == 0) {
175 encoded_setpw.data = (char *)setpw.data;
176 encoded_setpw.length = setpw.length;
181 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
343 DEBUG(1,("got unencrypted setpw resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/python/samba/
H A Dsamdb.py175 setpw = """
182 self.modify_ldif(setpw)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/scripting/python/samba/
H A Dsamdb.py175 setpw = """
182 self.modify_ldif(setpw)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/scripting/python/samba/
H A Dsamdb.py175 setpw = """
182 self.modify_ldif(setpw)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libads/
H A Dkrb5_setpw.c151 DATA_BLOB setpw; local
162 /* handle protocol differences in chpw and setpw */
164 setpw = data_blob(passwd, strlen(passwd));
167 setpw = encode_krb5_setpw(princ, passwd);
171 if (setpw.data == NULL || setpw.length == 0) {
175 encoded_setpw.data = (char *)setpw.data;
176 encoded_setpw.length = setpw.length;
181 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
343 DEBUG(1,("got unencrypted setpw resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libads/
H A Dkrb5_setpw.c148 DATA_BLOB setpw; local
159 /* handle protocol differences in chpw and setpw */
161 setpw = data_blob(passwd, strlen(passwd));
164 setpw = encode_krb5_setpw(princ, passwd);
168 if (setpw.data == NULL || setpw.length == 0) {
172 encoded_setpw.data = (char *)setpw.data;
173 encoded_setpw.length = setpw.length;
178 data_blob_free(&setpw); /*from 'encode_krb5_setpw(...)' */
340 DEBUG(1,("got unencrypted setpw resul
[all...]

Completed in 171 milliseconds