summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-06-01Oops.Tim Potter1-1/+15
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter3-32/+70
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter2-746/+789
2001-06-01Added *.po to .cvsignore files.Tim Potter3-0/+3
2001-06-01Added a comment.Tim Potter1-0/+1
2001-05-31merge from 2.2Gerald Carter1-12/+28
2001-05-31merge from 2.2Gerald Carter1-0/+6
2001-05-31merge from 2.2Gerald Carter2-3/+1
2001-05-31Rename bzero -> memset.Jeremy Allison1-55/+81
2001-05-31Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison1-1/+1
2001-05-30fixed asprintf declarationAndrew Tridgell1-6/+3
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell6-571/+728
2001-05-30merged fix for tdb_unpack from 2_2Andrew Tridgell1-1/+4
2001-05-30added list function to tdbtoolAndrew Tridgell1-0/+2
2001-05-30new proto.hAndrew Tridgell1-565/+567
2001-05-30make swat recover from previously bad umask from xinetdAndrew Tridgell1-2/+8
2001-05-30use the new tdb_open_log() fn on connections databaseAndrew Tridgell1-1/+1
2001-05-30- fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell4-58/+162
2001-05-30added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2-1/+34
2001-05-30Add border=0 in included swat images to get rid of the link border stuff.Tim Potter1-1/+1
2001-05-29more portable TDB_LOG macroAndrew Tridgell1-1/+1
2001-05-29Fixed compiler warning.Tim Potter1-2/+2
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce6-574/+835
2001-05-28make sure the umask is set in swatAndrew Tridgell1-0/+2
2001-05-28try to make the tailer code much more robust. When a recordAndrew Tridgell4-14/+123
2001-05-25i18n fix for domain_client_validate()Tim Potter1-1/+1
2001-05-25return an error code on password attack, rather than exiting.Andrew Tridgell1-4/+7
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison4-15/+44
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison5-31/+36
2001-05-24Fix for random stream generator.Jeremy Allison1-168/+186
2001-05-24Added structures for LOGON_CTRL rpc.Tim Potter2-24/+95
2001-05-24Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2-2/+267
2001-05-24Fixed compiler warning.Tim Potter1-1/+0
2001-05-24Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2-3/+62
2001-05-24Added srv_get_info client command.Tim Potter1-0/+46
2001-05-24Added logon control2 client call.Tim Potter1-29/+15
2001-05-24Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter1-12/+133
2001-05-24Removed some level 0 debugs accidentally left in - oops.Tim Potter1-3/+0
2001-05-24Replaced next_command() with call to next_token().Tim Potter1-21/+5
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter6-428/+289
2001-05-23Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison1-3/+10
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2-0/+2
2001-05-23Stupid typo. Should be if (!tdb).Jeremy Allison1-1/+1
2001-05-22Try to fix build by adding autoconf tests for pam headers.Jeremy Allison4-612/+660
2001-05-22Defensive brlock and locking database cleaning code.Jeremy Allison4-50/+165
2001-05-18Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison1-0/+11
2001-05-18make protoGerald Carter1-0/+19
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter5-8/+232
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison4-7/+16
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter4-1/+200