summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-05-15remember to close tdb after useAndrew Tridgell2-9/+14
2001-05-15make the max_connections code less horrendously inefficientAndrew Tridgell1-23/+9
2001-05-14Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison1-2/+2
2001-05-14Stupidity by me..... 777 != 0777Jeremy Allison1-1/+1
2001-05-14tdb_traverse returns number of records, not zero, on success.Jeremy Allison1-2/+14
2001-05-14Make libsmbclient.so by default now.Richard Sharpe1-1/+2
2001-05-14Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2-11/+91
2001-05-14Cosmetic changes in make proto output.Tim Potter1-1/+1
2001-05-14make protoTim Potter1-234/+233
2001-05-14So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter1-0/+5
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter6-37/+16
2001-05-14Added arg to querygroupinfo.Tim Potter1-8/+9
2001-05-12string_hash() should be static. hash_clear() should be void.Jeremy Allison2-8/+5
2001-05-12statcache initialisation fixAndrew Tridgell1-5/+5
2001-05-12Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison1-5/+0
2001-05-11Use talloc_strdup() instead of strdup().Tim Potter1-1/+1
2001-05-11Memory leak fixes plus general cleanup.Tim Potter2-36/+24
2001-05-11Added talloc_strdup() funcion.Tim Potter1-0/+6
2001-05-10Needs to be >=, not just >.Jeremy Allison1-1/+1
2001-05-10Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison1-3/+5
2001-05-10Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now useJeremy Allison1-84/+80
2001-05-10free_service() was never setting the valid field to False. This is a bugJeremy Allison1-0/+2
2001-05-10update from SimoGerald Carter1-8/+8
2001-05-10Should be faliing on False and not True. Bad check on return valueGerald Carter1-1/+1
2001-05-10Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison1-2/+15
2001-05-10Don't check for passwd program if using pam change password.Jeremy Allison1-17/+25
2001-05-10make protoTim Potter1-0/+1
2001-05-10Use sid_peek_rid() instead of sid_split_rid().Tim Potter1-3/+2
2001-05-10Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison3-87/+33
2001-05-10Replaced a whole bunch of lookup_name() requests inTim Potter1-8/+11
2001-05-10Added sid_peek_rid() function to return the rid of a sid. Saves muckingTim Potter1-0/+13
2001-05-10Bumped up debug level on set socket options from 3 to 5.Tim Potter1-2/+2
2001-05-10Reverted samr_io_userinfo_ctr() patch because it broke too much otherTim Potter1-11/+5
2001-05-09Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison2-10/+48
2001-05-09check for valid pointer before calling memset() in samr_clear_sam_passwdGerald Carter1-2/+2
2001-05-09very nasty bug !Jean-François Micouleau1-1/+1
2001-05-09Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:Tim Potter3-6/+9
2001-05-09So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passedTim Potter1-5/+11
2001-05-09need to do codepage_initialise() for smbtorture to work.Anton Blanchard1-0/+2
2001-05-09latest config.guess and config.sub from gnu.orgAndrew Tridgell2-373/+1362
2001-05-08fixes to the group mapping code.Jean-François Micouleau5-19/+94
2001-05-08More compiler warning fixes.Tim Potter2-4/+4
2001-05-08Fixed compiler warning.Tim Potter1-1/+0
2001-05-08The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter1-10/+6
2001-05-08Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOsTim Potter1-0/+10
2001-05-08Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter1-10/+0
2001-05-08Added winbindd to list of binaries.Tim Potter1-0/+1
2001-05-08make protoTim Potter1-2/+7
2001-05-08Fixed typo in comment.Tim Potter1-1/+1
2001-05-08Fixed querydispinfo command.Tim Potter1-12/+36