Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r22650: sync up with SMABA_3_0_25 as of svn r22649 | Gerald Carter | 2007-05-03 | 2 | -15/+31 |
| | |||||
* | r22434: sync from the 3.0.25 tree for rc2 | Gerald Carter | 2007-04-21 | 1 | -3/+3 |
| | |||||
* | r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132. | Gerald Carter | 2007-04-09 | 2 | -4/+5 |
| | | | | | * Set VERSION to 3.0.25rc1 * Update release notes. | ||||
* | r21889: * Pull from SAMBA-3_0_25 svn r21888 | Gerald Carter | 2007-03-20 | 8 | -59/+526 |
| | | | | * Set version to 3.0.25pre2 | ||||
* | r21585: Start syncing the monster that will become 3.0.25pre1 | Gerald Carter | 2007-02-28 | 20 | -1527/+1356 |
| | | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages | ||||
* | r19702: pick Volker's coverity fix | Gerald Carter | 2006-11-14 | 1 | -1/+1 |
| | |||||
* | r19693: merge from SAMBA_3_0_23 tree | Gerald Carter | 2006-11-13 | 1 | -11/+37 |
| | |||||
* | r19581: Merge from SAMBA_3_0_23 | Gerald Carter | 2006-11-06 | 1 | -1/+4 |
| | |||||
* | r19499: sync up changes for 3.0.23d | Gerald Carter | 2006-10-26 | 1 | -0/+10 |
| | |||||
* | r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵ | Gerald Carter | 2006-10-01 | 4 | -28/+32 |
| | | | | to warrant one) | ||||
* | r17915: Saturn fixes | Gerald Carter | 2006-08-29 | 2 | -5/+5 |
| | |||||
* | r17911: Mgeres from SAMBA_3_0_23: | Gerald Carter | 2006-08-29 | 1 | -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 release | Gerald Carter | 2006-07-26 | 1 | -8/+2 |
| | |||||
* | r17094: merge fixes for 3.0.23a | Gerald Carter | 2006-07-17 | 8 | -740/+522 |
| | |||||
* | r16863: Pull in a few changes from Guenther, Simo, & Volker | Gerald Carter | 2006-07-07 | 2 | -7/+12 |
| | | | | Update the release notes | ||||
* | r16465: merge a few miniro SAMBA_3_0 fixes | Gerald Carter | 2006-06-22 | 1 | -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 r16346 | Gerald Carter | 2006-06-19 | 4 | -109/+207 |
| | | | | * updating release notes to match | ||||
* | r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251) | Gerald Carter | 2006-06-15 | 2 | -11/+15 |
| | |||||
* | r16194: * Starting release notes for 3.0.23rc3 (later on). | Gerald Carter | 2006-06-13 | 1 | -1/+6 |
| | | | | * Pulling changes from SAMBA_3_0 r16193 | ||||
* | r16119: pulling changes from 3_0 up to r16117 | Gerald Carter | 2006-06-09 | 2 | -9/+9 |
| | |||||
* | r16104: Set version to 3.0.23rc2 | Gerald Carter | 2006-06-08 | 1 | -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 Carter | 2006-05-23 | 13 | -819/+1474 |
| | |||||
* | r14931: Fix #1374: can't join an OU with name that contains '#' | Jim McDonough | 2006-04-06 | 1 | -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 Deschner | 2006-03-23 | 1 | -6/+5 |
| | | | | Guenther | ||||
* | r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3: | Günther Deschner | 2006-03-21 | 1 | -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 Deschner | 2006-03-20 | 2 | -5/+21 |
| | | | | | | kerberos_kinit_password_ext provides access to more options. Guenther | ||||
* | r14576: Skip remaining keytab entries when we have a clear indication that | Günther Deschner | 2006-03-20 | 1 | -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 Carter | 2006-03-17 | 1 | -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 Deschner | 2006-03-17 | 1 | -2/+1 |
| | | | | Guenther | ||||
* | r14252: Fix Coverity #72: free alloc'ed storage before return. Also found one | Jim McDonough | 2006-03-12 | 1 | -1/+6 |
| | | | | more that coverity didn't find from asprintf. | ||||
* | r14170: Paranioa fix for sesssetup. | Jeremy Allison | 2006-03-10 | 1 | -9/+17 |
| | | | | | Fix Coverity bug #26. Guard against NULL ref. Jeremy. | ||||
* | r14118: Fix coverity bug #24. Missing return statement meant | Jeremy Allison | 2006-03-09 | 1 | -1/+1 |
| | | | | | a possible NULL ptr deref. Jeremy. | ||||
* | r14074: Some cleanup; there is no point in declaring and mapping | Günther Deschner | 2006-03-09 | 1 | -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 Lendecke | 2006-03-08 | 1 | -2/+0 |
| | | | | | | Fix Coverity # 214. Volker | ||||
* | r13965: Make sure we always reset the userAccountControl bits when re-joining | Günther Deschner | 2006-03-07 | 1 | -1/+1 |
| | | | | | | with an existing account. Guenther | ||||
* | r13951: Fix Coverity Bug #163. | Volker Lendecke | 2006-03-07 | 1 | -28/+0 |
| | | | | | | This code was not used anyway :-) Volker | ||||
* | r13950: Fix Coverity bug #168 | Volker Lendecke | 2006-03-07 | 1 | -0/+1 |
| | |||||
* | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 2006-02-27 | 1 | -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 msSFU30Gecos | Günther Deschner | 2006-02-23 | 2 | -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üller | 2006-02-21 | 1 | -1/+1 |
| | |||||
* | r13597: krb5 error codes are defined as long. | Lars Müller | 2006-02-21 | 1 | -1/+1 |
| | |||||
* | r13588: Second attempt to fix Bug #3330 - treat the string as a | Jeremy Allison | 2006-02-21 | 1 | -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 buffer | Jeremy Allison | 2006-02-21 | 1 | -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 the | Günther Deschner | 2006-02-20 | 1 | -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 Deschner | 2006-02-09 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | r13316: Let the carnage begin.... | Gerald Carter | 2006-02-03 | 7 | -32/+1611 |
| | | | | Sync with trunk as off r13315 | ||||
* | r13310: first round of server affinity patches for winbindd & net ads join | Gerald Carter | 2006-02-03 | 1 | -0/+4 |
| | |||||
* | r13137: make cleare where long ifdefs ends | Simo Sorce | 2006-01-25 | 1 | -2/+2 |
| | |||||
* | r12878: Don't use non-static array initialisers. | James Peach | 2006-01-13 | 1 | -1/+2 |
| | |||||
* | r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads user | Günther Deschner | 2005-12-21 | 1 | -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 |