summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Collapse)AuthorAgeFilesLines
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-032-15/+31
|
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-211-3/+3
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-092-4/+5
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-208-59/+526
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-2820-1527/+1356
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r19702: pick Volker's coverity fixGerald Carter2006-11-141-1/+1
|
* r19693: merge from SAMBA_3_0_23 treeGerald Carter2006-11-131-11/+37
|
* r19581: Merge from SAMBA_3_0_23Gerald Carter2006-11-061-1/+4
|
* r19499: sync up changes for 3.0.23dGerald Carter2006-10-261-0/+10
|
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵Gerald Carter2006-10-014-28/+32
| | | | to warrant one)
* r17915: Saturn fixesGerald Carter2006-08-292-5/+5
|
* r17911: Mgeres from SAMBA_3_0_23:Gerald Carter2006-08-291-2/+30
| | | | | | | * DNS SRV fixes * fd leak fix in async dns lookup code (nmbd) * krb5 sesssetup double username map fix * NULL deref fix in reg_objects.c
* r17259: merging some changes that will be in a future 3.0.23b releaseGerald Carter2006-07-261-8/+2
|
* r17094: merge fixes for 3.0.23aGerald Carter2006-07-178-740/+522
|
* r16863: Pull in a few changes from Guenther, Simo, & VolkerGerald Carter2006-07-072-7/+12
| | | | Update the release notes
* r16465: merge a few miniro SAMBA_3_0 fixesGerald Carter2006-06-221-0/+3
| | | | | | | svn merge -r16435:16458 $SVNURL/branches/SAMBA_3_0 * note that I've skipped jra's change to the share_mode_entry since it si not critical for release. Maybe for 3.0.23a
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-194-109/+207
| | | | * updating release notes to match
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-152-11/+15
|
* r16194: * Starting release notes for 3.0.23rc3 (later on). Gerald Carter2006-06-131-1/+6
| | | | * Pulling changes from SAMBA_3_0 r16193
* r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-092-9/+9
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-7/+8
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-2313-819/+1474
|
* r14931: Fix #1374: can't join an OU with name that contains '#'Jim McDonough2006-04-061-2/+6
| | | | | | I had to eliminate "\" as an OU path separator, because it is the escape char in LDAP. We still accept "/", but using the escape char is just not a good choice.
* r14682: Small cleanup in ads_verify_ticket.Günther Deschner2006-03-231-6/+5
| | | | Guenther
* r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3: Günther Deschner2006-03-211-10/+0
| | | | | | | | We were using a far too short renewable_time in the request; newer MIT releases take care interally that the renewable time is never shorter then the default ticket lifetime. Guenther
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2006-03-202-5/+21
| | | | | | kerberos_kinit_password_ext provides access to more options. Guenther
* r14576: Skip remaining keytab entries when we have a clear indication thatGünther Deschner2006-03-201-1/+23
| | | | | | | | | krb5_rd_req could decrypt the ticket but that ticket is just not valid at the moment (either not yet valid or already expired). (This also prevents an MIT kerberos related crash) Guenther
* r14512: Guenther, This code breaks winbind with MIT krb1.3.Gerald Carter2006-03-171-2/+12
| | | | | | I'm disabling it for now until we have en effective means of dealing with the ticket request flags for users and computers.
* r14503: Fix principal in debug statement.Günther Deschner2006-03-171-2/+1
| | | | Guenther
* r14252: Fix Coverity #72: free alloc'ed storage before return. Also found oneJim McDonough2006-03-121-1/+6
| | | | more that coverity didn't find from asprintf.
* r14170: Paranioa fix for sesssetup.Jeremy Allison2006-03-101-9/+17
| | | | | Fix Coverity bug #26. Guard against NULL ref. Jeremy.
* r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison2006-03-091-1/+1
| | | | | a possible NULL ptr deref. Jeremy.
* r14074: Some cleanup; there is no point in declaring and mappingGünther Deschner2006-03-091-29/+6
| | | | | | | KRB5KRB_ERR_RESPONSE_TOO_BIG when the krb5 library does not know about this. Guenther
* r14017: Okay, okay, I have turned a double-free into dead code :-)Volker Lendecke2006-03-081-2/+0
| | | | | | Fix Coverity # 214. Volker
* r13965: Make sure we always reset the userAccountControl bits when re-joiningGünther Deschner2006-03-071-1/+1
| | | | | | with an existing account. Guenther
* r13951: Fix Coverity Bug #163.Volker Lendecke2006-03-071-28/+0
| | | | | | This code was not used anyway :-) Volker
* r13950: Fix Coverity bug #168Volker Lendecke2006-03-071-0/+1
|
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-14/+28
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner2006-02-232-1/+7
| | | | | | attribute when "winbind nss info = sfu" is set. Fixes #3539. Guenther
* r13599: krb5 error codes are defined as long. Also for the other direction.Lars Müller2006-02-211-1/+1
|
* r13597: krb5 error codes are defined as long.Lars Müller2006-02-211-1/+1
|
* r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2006-02-211-7/+7
| | | | | | uint8 array and copy as such. Gunther please check (sorry I reverted your earlier fix). Jeremy.
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2006-02-211-3/+11
| | | | | | overrun. Spoke to Jerry about the correct fix. Will add this after. Jeremy.
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2006-02-201-11/+3
| | | | | | | | | PAC_LOGON_NAME structure. This was broken on big-endian machines (Solaris SPARC and ppc). Fixes Bug #3330. Jerry, this should be in 3.0.21c. Guenther
* r13410: Dump a netbootGUID as a GUID.Günther Deschner2006-02-091-0/+1
| | | | Guenther
* r13316: Let the carnage begin....Gerald Carter2006-02-037-32/+1611
| | | | Sync with trunk as off r13315
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2006-02-031-0/+4
|
* r13137: make cleare where long ifdefs endsSimo Sorce2006-01-251-2/+2
|
* r12878: Don't use non-static array initialisers.James Peach2006-01-131-1/+2
|
* r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads userGünther Deschner2005-12-211-1/+1
| | | | | | | | add" with "Server is unwilling to perform". Seems we have to put in the same userAccountControl bits the server would pick when we wouldn't send them at all. Guenther