summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22050: Fix a couple of off-by-one errors in the rapJeremy Allison1-4/+14
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison2-16/+12
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison1-6/+56
2007-10-10r22026: Missed in my last commit, another case where we need to copy, not ref...Andrew Bartlett1-1/+1
2007-10-10r22024: Don't leak, actually use the provided memory context...Andrew Bartlett1-1/+1
2007-10-10r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett1-2/+2
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-6/+6
2007-10-10r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...Volker Lendecke1-2/+2
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2-4/+55
2007-10-10r22011: As Metze suggested, use 0xFF 'E' <enc ctx> insteadJeremy Allison1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher6-29/+29
2007-10-10r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher1-2/+2
2007-10-10r22006: use string_term_tdb_data()...Stefan Metzmacher1-2/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-4/+3
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-0/+13
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison1-11/+11
2007-10-10r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher1-2/+2
2007-10-10r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2-25/+13
2007-10-10r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...Stefan Metzmacher1-23/+32
2007-10-10r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke1-13/+0
2007-10-10r21953: One format fix, clarify a condition that the IBMJeremy Allison1-1/+1
2007-10-10r21944: move acl header checks to the correct place onlyStefan Metzmacher1-1/+2
2007-10-10r21934: fix the build sorryStefan Metzmacher1-1/+1
2007-10-10r21931: include acl/libacl.h is presentStefan Metzmacher1-0/+4
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-28/+29
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison1-0/+5
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-0/+15
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison1-2/+2
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison1-3/+6
2007-10-10r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke1-8/+5
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-1/+22
2007-10-10r21854: Add gfree_interfaces() to gfree_all().Günther Deschner2-0/+13
2007-10-10r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis1-2/+8
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison1-0/+3
2007-10-10r21785: Avoid an unnecessary gettimeofday() callVolker Lendecke1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2-98/+34
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-1/+14
2007-10-10r21725: Fix for memalign used without test guards. WasJeremy Allison2-22/+22
2007-10-10r21723: Make use of the per-hashchain "freelists"Volker Lendecke1-0/+3
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-31/+113
2007-10-10r21637: Get "password never expires" account policy working.Jim McDonough1-3/+9
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce2-5/+86
2007-10-10r21560: Convert name_to_fqdn to BOOL.Günther Deschner1-3/+6
2007-10-10r21526: Fix stray character in sys_memalign() that is onlyGerald Carter1-1/+1
2007-10-10r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2-0/+49
2007-10-10r21388: Merge support for providing replacement system headers.Jelmer Vernooij3-1/+17
2007-10-10r21312: merge from SAMBA_4_0:Stefan Metzmacher1-1/+1
2007-10-10r21264: LDAP_OPT_ERROR_NUMBER seems more portable than LDAP_OPT_RESULT_CODEVolker Lendecke1-5/+5
2007-10-10r21263: getpeername() returning -1 is not a reliable indication if a TCP conn...Volker Lendecke1-15/+70
2007-10-10r21262: Final part of BUG 4093: fix %a with Windows XP 64bitGerald Carter1-1/+4