summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge of python prototype header removal.Tim Potter2003-02-261-29/+0
* | Merge: newline on debug message.Tim Potter2003-02-251-1/+1
* | Merge: add popt_common_version to command line options table.Tim Potter2003-02-254-0/+4
* | Merge: const fixes.Tim Potter2003-02-251-110/+87
* | Merge: const fixes.Tim Potter2003-02-251-1/+2
* | Merge: const fixes.Tim Potter2003-02-2516-119/+136
* | Merge: fix compiler warning.Tim Potter2003-02-251-0/+7
* | Progress on CR 601Gerald Carter2003-02-256-315/+388
* | Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison2003-02-241-2/+2
* | Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison2003-02-241-3/+1
* | Merge documentation from HEADMartin Pool2003-02-241-6/+13
* | Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2
* | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett2003-02-243-25/+67
* | Iconv as seperate library fixes from HEADAndrew Bartlett2003-02-241-0/+5
* | Signed/unsigned fix from HEADAndrew Bartlett2003-02-241-2/+2
* | Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett2003-02-243-57/+252
* | Merge paramaters for client-side-auth updates.Andrew Bartlett2003-02-241-0/+11
* | Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett2003-02-241-1/+0
* | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-2413-247/+284
* | Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett2003-02-241-39/+53
* | Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-243-4/+19
* | Merge off-by-one fix from HEAD (caused crash with --enable-developer)Andrew Bartlett2003-02-241-1/+1
* | Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-2416-673/+1121
* | Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett2003-02-241-1/+1
* | Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-2413-153/+224
* | Add comment about Samba character sets, from explanation by abartlet.Martin Pool2003-02-241-0/+13
* | When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison2003-02-221-3/+10
* | s/unistr2_to_dos/unistr2_to_ascii/ to fix compileGerald Carter2003-02-211-1/+1
* | couple of merges from APP_HEADGerald Carter2003-02-212-5/+26
* | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter2003-02-211-2/+12
* | Fix IRIX build...void fn can't return another void fnJim McDonough2003-02-211-1/+2
* | Added comments to make it clearer when we're assigning a pointer that itJeremy Allison2003-02-211-0/+12
* | Ignore errors on python_clean target.Tim Potter2003-02-211-1/+1
* | Added Volkers "print server role" patch.Jeremy Allison2003-02-201-0/+22
* | Compile in lib/module.oJelmer Vernooij2003-02-201-1/+1
* | Merge in smb_load_module() function from HEADJelmer Vernooij2003-02-201-24/+0
* | Remove obsolete filesJelmer Vernooij2003-02-202-1699/+0
* | Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison2003-02-201-1/+24
* | (Merge from APPLIANCE_HEAD)Martin Pool2003-02-201-1/+4
* | Merge typo fix.Tim Potter2003-02-191-1/+1
* | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2003-02-192-15/+10
* | Merge cleanups of return values.Tim Potter2003-02-191-5/+5
* | Merge some random looking setenv related kerberos stuff that makesTim Potter2003-02-191-4/+9
* | Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-1920-255/+222
* | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison2003-02-191-19/+27
* | correct init, tx StefanSimo Sorce2003-02-191-1/+2
* | Sync with HEAD for verifying kerberos tickets.Jim McDonough2003-02-194-20/+70
* | Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* | Merge from HEAD: We don't need this any more, setenv() is in replace.c nowAndrew Bartlett2003-02-191-14/+0
* | Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-1912-45/+117