summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-17added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell1-3/+3
2001-05-17- added ability for swat to run under CGI. This needsAndrew Tridgell2-600/+629
2001-05-17ran make protoAndrew Tridgell1-4/+0
2001-05-17Ran a make proto to fix the problems ...Richard Sharpe1-2/+5
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter4-48/+35
2001-05-17Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe1-1/+1
2001-05-17Broke out change trust account password routines into separate fileTim Potter3-219/+246
2001-05-17Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe1-4/+4
2001-05-17Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe1-3/+3
2001-05-17groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2-21/+29
2001-05-16Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe1-1/+1
2001-05-16Added winbind programs to build for supported systems (i.e linux andTim Potter3-581/+618
2001-05-16Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison1-67/+67
2001-05-15Zero-fill struct hostent.Jeremy Allison1-0/+2
2001-05-15Fixed glibc crash problems with libnss_wins.soJeremy Allison1-4/+44
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison4-7/+30
2001-05-15make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...Andrew Tridgell1-6/+29
2001-05-15Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter1-8/+4
2001-05-15Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter1-2/+2
2001-05-15Memory leak fixes from insure.Tim Potter2-10/+5
2001-05-15Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe1-39/+32
2001-05-15Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe1-24/+24
2001-05-15remember to close tdb after useAndrew Tridgell2-9/+14