summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-12-31removed extern samlogon_userGerald Carter1-6/+0
2001-12-31remove samlogon_userGerald Carter1-10/+1
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter6-217/+439
2001-12-30freeing the wrong pointer, sorry my mistake.Simo Sorce1-5/+5
2001-12-30Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter1-1/+1
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce4-30/+62
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett7-107/+356
2001-12-30Finally remove these files, which moved (by cvs backend magic) to source/authAndrew Bartlett2-1668/+0
2001-12-30Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett2-7/+4
2001-12-30remove unneaded memory leaking code.Simo Sorce1-16/+0
2001-12-30Fix the compile on systems without a full kerberos kit.Andrew Bartlett1-1/+3
2001-12-30Make Samba compile on RH 6.2 again.Andrew Bartlett7-62/+102
2001-12-30When running interactive we want to set our own process group forJeremy Allison6-4/+34
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter5-156/+29
2001-12-29Fixup -i interactive modes.Jeremy Allison2-11/+18
2001-12-29Removed extra lp_adduser() call.Jeremy Allison2-17/+4
2001-12-29passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce1-1/+2
2001-12-28removed unused filesGerald Carter4-2320/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter9-100/+91
2001-12-22merge Jeremy's gcc3 warning fix from 2.2Herb Lewis1-1/+1
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis5-757/+1323
2001-12-21Removed unused variables.Jeremy Allison1-2/+0
2001-12-21The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison1-335/+0
2001-12-21added a copyright notice.Jean-François Micouleau4-1/+4
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau3-77/+80
2001-12-21Fixup some DEBUG statements (0 -> 10).Jeremy Allison1-3/+3
2001-12-21close some handles. not really necessary but doesn't hurt.Jean-François Micouleau1-0/+3
2001-12-21merge from 2.2Gerald Carter1-8/+0
2001-12-21Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). ThereJeremy Allison1-1/+1
2001-12-21added all level to samr_query_disp_info rpcclient side.Jean-François Micouleau1-21/+102
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau3-213/+396
2001-12-21put back the -l option to rpcclient.Jean-François Micouleau1-1/+8
2001-12-21- handle kerberos session setup reply with broken null terminationAndrew Tridgell2-13/+9
2001-12-21try to handle end of packet for not null terminated domain stringsAndrew Tridgell1-1/+3
2001-12-21updated ldap test to test for less common functionAndrew Tridgell2-80/+78
2001-12-21fixed a typo in vsyslog()Andrew Tridgell1-1/+1
2001-12-21remove duplicate linesHerb Lewis1-3/+0
2001-12-21smbcontrol in non-interactive mode was returning True for success --Martin Pool1-1/+4
2001-12-21Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool1-4/+7
2001-12-21Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool1-15/+57
2001-12-21Append to log.winbindd instead of overwriting it so we are consistent withTim Potter1-0/+7
2001-12-21Fix for null command description in rpcclient help. From Benjamin KuitTim Potter1-1/+2
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool6-19/+43
2001-12-21Factor out a broadcast_printer_notify() routine.Martin Pool1-7/+17
2001-12-21Add MSG_REQ_POOL_USAGE to get memory usage info.Martin Pool1-0/+2
2001-12-20preparing for release of 3.0-alpha12Samba Release Account1-1/+1
2001-12-20lp_setup_logfile() doesn't exist any moreAndrew Tridgell1-7/+1
2001-12-20check for a winbindd username when doing a kerberos authAndrew Tridgell1-0/+11
2001-12-20make sure we store the domain sid when joining a ADS domainAndrew Tridgell1-0/+12
2001-12-20added ads_domain_sid() functionAndrew Tridgell2-15/+23