summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
2003-03-03* always report ourselves as a Windows 2000 print server (evenGerald Carter1-8/+29
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter2-4/+16
2003-03-01Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2-0/+10
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-28Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool1-4/+3
2003-02-28Move net ads lookup improvements over from HEADJim McDonough1-61/+142
2003-02-28*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison3-15/+61
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2
2003-02-27additional fix for CR 601Gerald Carter4-1/+25
2003-02-27Doxygen merge from headMartin Pool1-5/+6
2003-02-27Merge 1.100 patch from HEAD:Martin Pool1-8/+15
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison7-19/+162
2003-02-26Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is setAndrew Bartlett1-2/+2
2003-02-26Link wbinfo with popt_common.oTim Potter1-1/+2
2003-02-26Merge of exit path cleanup for EnumDomainUsers.Tim Potter1-41/+23
2003-02-26Merge of python prototype header removal.Tim Potter1-29/+0
2003-02-25Merge: newline on debug message.Tim Potter1-1/+1
2003-02-25Merge: add popt_common_version to command line options table.Tim Potter4-0/+4
2003-02-25Merge: const fixes.Tim Potter1-110/+87
2003-02-25Merge: const fixes.Tim Potter1-1/+2
2003-02-25Merge: const fixes.Tim Potter16-119/+136
2003-02-25Merge: fix compiler warning.Tim Potter1-0/+7
2003-02-25Progress on CR 601Gerald Carter6-315/+388
2003-02-24Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison1-2/+2
2003-02-24Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison1-3/+1
2003-02-24Merge documentation from HEADMartin Pool1-6/+13
2003-02-24Make sure these values are never uninitialsised.Andrew Bartlett1-2/+2
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett3-25/+67
2003-02-24Iconv as seperate library fixes from HEADAndrew Bartlett1-0/+5
2003-02-24Signed/unsigned fix from HEADAndrew Bartlett1-2/+2
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett3-57/+252
2003-02-24Merge paramaters for client-side-auth updates.Andrew Bartlett1-0/+11
2003-02-24Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett1-1/+0
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett13-247/+284
2003-02-24Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett1-39/+53
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett3-4/+19
2003-02-24Merge off-by-one fix from HEAD (caused crash with --enable-developer)Andrew Bartlett1-1/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett16-673/+1121
2003-02-24Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett1-1/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett13-153/+224
2003-02-24Add comment about Samba character sets, from explanation by abartlet.Martin Pool1-0/+13
2003-02-22When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison1-3/+10
2003-02-21s/unistr2_to_dos/unistr2_to_ascii/ to fix compileGerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter2-5/+26
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2