summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett2003-02-011-4/+11
* Merge of signed/unsigned fixes from HEAD.Andrew Bartlett2003-02-015-8/+8
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-02-011-0/+90
|\
| * Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-017-15/+163
| * Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
| * A couple more signed/unsigned issues.Andrew Bartlett2003-02-011-2/+2
| * Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
| * Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| * Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-306-16/+65
| * More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
| * Sync up with 3.0 heimdal.Jeremy Allison2003-01-301-0/+8
| * Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-303-1229/+1740
| * Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison2003-01-301-0/+122
| * Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-848/+905
| * The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter2003-01-301-4/+1
| * Move debug level message handling into debug.c from messages.cTim Potter2003-01-302-11/+14
| * Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-303-17/+22
| * Fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
| * Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett2003-01-291-22/+15
| * Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-293-13/+41
| * Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
| * Pass down max_size parameter to init_samr_q_query_dispinfo() insteadTim Potter2003-01-291-2/+2
| * Removed duplicate fn to avoid compiler warning.Tim Potter2003-01-291-19/+0
| * Remove NULL buffer checks before rpcstr_pull() as they're now doneTim Potter2003-01-291-63/+38
| * Return 0 instead of crashing when a NULL source string is passedTim Potter2003-01-291-0/+1
| * Quieten debug about gencache.tdb not being able to be opened.Tim Potter2003-01-291-1/+1
| * added LsaRemoveAccountRightsAndrew Tridgell2003-01-284-4/+163
| * patch from Paul Green to only build libsmbclient.so on platforms that support...Gerald Carter2003-01-283-907/+934
| * cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-286-20/+208
| * As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett2003-01-281-1/+1
| * Make this an fstrcat(), as this seems to fix some weird issue with the serverAndrew Bartlett2003-01-281-2/+2
| * The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett2003-01-281-28/+35
* | Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
* | Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-306-16/+65
* | More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
* | Re-added the Heimdal stuff tpot removed.Jeremy Allison2003-01-301-0/+8
* | Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison2003-01-301-45/+15
* | Revert tpot's breakage of the Heimdal fixes.Jeremy Allison2003-01-301-0/+122
* | Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-874/+931
* | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-304-153/+47
* | Merge of controversial 'max log size' fix.Tim Potter2003-01-301-0/+12
* | Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter2003-01-302-23/+7
* | Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-303-17/+22
* | Added "passwd backend" to WIZARD section in SWAT.John Terpstra2003-01-291-1/+1
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-295-17/+78
* | playing janitor for abartlet. :-(Gerald Carter2003-01-291-22/+15
* | Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).Jeremy Allison2003-01-291-0/+2
* | Merge from HEAD - fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
* | Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
* | Return 0 instead of crashing when a NULL source string is passedJeremy Allison2003-01-291-0/+1