summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* r22247: merge from samba4:Stefan Metzmacher2007-10-101-1/+0
* r22244: merge from samba4:Stefan Metzmacher2007-10-101-2/+0
* r22240: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-10-101-4/+0
* r22227: merge from samba4:Stefan Metzmacher2007-10-102-1/+24
* r22224: merge from samba4:Stefan Metzmacher2007-10-101-5/+25
* r22221: merge from samba4:Stefan Metzmacher2007-10-1011-15/+1426
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-101-5/+8
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-10-101-0/+3
* r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-10-104-39/+2
* r22113: Fix core dump when configfile in same directory.Jeremy Allison2007-10-101-0/+7
* r22107: Fix typo.James Peach2007-10-101-1/+1
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-103-27/+10
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-10-101-4/+14
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-102-16/+12
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-10-101-6/+56
* r22026: Missed in my last commit, another case where we need to copy, not ref...Andrew Bartlett2007-10-101-1/+1
* r22024: Don't leak, actually use the provided memory context...Andrew Bartlett2007-10-101-1/+1
* r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett2007-10-101-2/+2
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-6/+6
* r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...Volker Lendecke2007-10-101-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-102-4/+55
* r22011: As Metze suggested, use 0xFF 'E' <enc ctx> insteadJeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-106-29/+29
* r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher2007-10-101-2/+2
* r22006: use string_term_tdb_data()...Stefan Metzmacher2007-10-101-2/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-4/+3
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-0/+13
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-101-11/+11
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-101-2/+2
* r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2007-10-102-25/+13
* r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...Stefan Metzmacher2007-10-101-23/+32
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-101-13/+0
* r21953: One format fix, clarify a condition that the IBMJeremy Allison2007-10-101-1/+1
* r21944: move acl header checks to the correct place onlyStefan Metzmacher2007-10-101-1/+2
* r21934: fix the build sorryStefan Metzmacher2007-10-101-1/+1
* r21931: include acl/libacl.h is presentStefan Metzmacher2007-10-101-0/+4
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-28/+29
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-0/+5
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-0/+15
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-2/+2
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-3/+6
* r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke2007-10-101-8/+5
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-1/+22
* r21854: Add gfree_interfaces() to gfree_all().Günther Deschner2007-10-102-0/+13
* r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis2007-10-101-2/+8
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-0/+3
* r21785: Avoid an unnecessary gettimeofday() callVolker Lendecke2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-102-98/+34
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-1/+14