summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-11-09deldriver fixGerald Carter3-6/+18
2002-11-09re-enable ffpcn on print server handleGerald Carter1-1/+1
2002-11-09remove accidental debug code.Gerald Carter1-4/+0
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-09Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2-5/+50
2002-11-09Merge fix for uninitialised IP variable from HEADAndrew Bartlett1-0/+1
2002-11-08fix for defunct winbindd from APP_HEADGerald Carter1-2/+7
2002-11-08Merge from HEAD:Andrew Bartlett7-46/+60
2002-11-08Add enumdataex commandJim McDonough1-0/+80
2002-11-08Implement enumdata commandJim McDonough1-2/+85
2002-11-08Sync with HEAD to get enumprinterkey api.Jim McDonough2-0/+129
2002-11-08Add enumkey command (EnumPrinterKey api)Jim McDonough1-0/+76
2002-11-08patches from UrbanGerald Carter2-0/+5
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-07Fix crash bug with overwriting malloced memory.Jeremy Allison1-5/+3
2002-11-07This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User3-0/+1666
2002-11-07Fix small typoJelmer Vernooij1-1/+1
2002-11-07Merge Jim's new rpc client code to 3.0.Jeremy Allison1-110/+145
2002-11-07What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough1-139/+17
2002-11-07Fix the build.Jim McDonough1-1/+4
2002-11-07Fix the build.Jim McDonough1-1/+4
2002-11-07Stop using hardcoded smbtrans subcommandsJim McDonough1-3/+3
2002-11-07Define smbtrans subcommands so we can stop hardcoding themJim McDonough1-0/+5
2002-11-07Allow multiple fragment RPC's to be sent.Jim McDonough1-18/+175
2002-11-07Stop using hardcoded transact commandsJim McDonough1-3/+3
2002-11-07Add smbtrans subcommands so we can stop hardcoding themJim McDonough1-0/+5
2002-11-07Perform my janitorial duties.Tim Potter1-6/+0
2002-11-07Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter1-6/+0
2002-11-07Keeping 3.0 in sync....Jeremy Allison1-7/+11
2002-11-07Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison1-0/+3
2002-11-07Keep branches in sync.....Jeremy Allison2-15/+26
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison1-3/+4
2002-11-07fixed some formatting errors and improved some debug statements inAndrew Tridgell1-7/+11
2002-11-07when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell1-0/+3
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison13-67/+370
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison10-54/+356
2002-11-07Sync up python stuff from HEAD.Tim Potter7-303/+463
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2-15/+22
2002-11-06For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter1-3/+4
2002-11-06Client side functions for enumprinterkey.Tim Potter2-0/+129
2002-11-06Added enumprinterkey function.Tim Potter3-0/+72
2002-11-06Moved function to parse a list of unicode strings into util file.Tim Potter2-26/+26
2002-11-06Add group management support (patch from metze)Jelmer Vernooij2-0/+67
2002-11-06Fix compiler warnings.Tim Potter1-4/+5
2002-11-06Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2-21/+17
2002-11-06pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij1-3/+3
2002-11-06Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij1-1/+1
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter8-123/+109