summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher2007-10-101-1/+309
* r24039: remove unused global variable...Stefan Metzmacher2007-10-101-1/+1
* r24037: only setup sasl wrapping after a successful bindStefan Metzmacher2007-10-101-2/+4
* r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web....Jeremy Allison2007-10-101-5/+14
* r24034: Print the full cluster pid in print_lock_structVolker Lendecke2007-10-101-2/+2
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-10-101-4/+5
* r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke2007-10-102-0/+16
* r24031: Fix some 64 bit warningsVolker Lendecke2007-10-101-3/+4
* r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-5/+8
* r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-10-102-0/+34
* r24025: packet_send() expects DATA_BLOB elements as vaargsStefan Metzmacher2007-10-101-3/+3
* r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner2007-10-101-9/+3
* r24023: Correctly support REG_BINARY in registry_push_value() andGünther Deschner2007-10-101-2/+6
* r24021: use MSG_BROADCAST_PID_STR as value for broadcast messagesStefan Metzmacher2007-10-102-2/+6
* r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-10-101-8/+23
* r24017: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-14/+22
* r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-1/+1
* r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8Volker Lendecke2007-10-101-13/+5
* r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and toVolker Lendecke2007-10-101-1/+1
* r24007: Attempt to fix the build on host "gwen". The Makefile ended up with anVolker Lendecke2007-10-101-2/+2
* r24006: Some more paranoia in reply_negprotVolker Lendecke2007-10-101-2/+12
* r24005: Attempt to fix the build on host deckchairVolker Lendecke2007-10-101-1/+1
* r24004: Convert reply_checkpath to the new APIVolker Lendecke2007-10-102-17/+24
* r24003: Convert reply_tcon_and_X to the new APIVolker Lendecke2007-10-102-45/+73
* r24002: Convert reply_negprot to the new APIVolker Lendecke2007-10-102-91/+115
* r24001: Separate out the parsing of the client's requested protocolsVolker Lendecke2007-10-101-29/+66
* r24000: Add message_push_blob() and message_push_string().Volker Lendecke2007-10-102-0/+61
* r23999: Convert reply_open_and_XVolker Lendecke2007-10-103-71/+105
* r23998: Convert reply_close to the new APIVolker Lendecke2007-10-103-19/+28
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-1010-395/+782
* r23996: One more constVolker Lendecke2007-10-101-1/+1
* r23992: Some constVolker Lendecke2007-10-101-2/+2
* r23991: Some constVolker Lendecke2007-10-102-2/+2
* r23990: Reformatting for 80 cols and trailing whitespaceVolker Lendecke2007-10-101-11/+18
* r23989: For testing purposes, add "echo" to smbclientVolker Lendecke2007-10-101-0/+19
* r23988: Looks a lot more scary than it is: This just unwraps the else-branch ofVolker Lendecke2007-10-101-67/+74
* r23987: Remove static pid in switch_message()Volker Lendecke2007-10-101-5/+3
* r23986: Some constVolker Lendecke2007-10-102-6/+14
* r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:Michael Adam2007-10-101-23/+60
* r23980: Fix one more use of pwrite in expand_file.Michael Adam2007-10-101-1/+10
* r23979: Fix another occurence of (written != requested) as anMichael Adam2007-10-101-5/+22
* r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam2007-10-101-7/+20
* r23976: Move authdata.o to LIBADS_SERVER_OBJ.Günther Deschner2007-10-101-2/+2
* r23975: Enhance some debug output.Michael Adam2007-10-101-2/+4
* r23974: Fix Coverity ID 361. num_rids == 0 is caught on function entryVolker Lendecke2007-10-101-10/+5
* r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...Günther Deschner2007-10-102-1/+112
* r23972: Fix a bug in pwrite error detection in tdb_expand_file():Michael Adam2007-10-101-3/+3
* r23971: Prevent build failures.Günther Deschner2007-10-101-1/+5
* r23970: Allow to set the debuglevel at which to dump the PAC logon info.Günther Deschner2007-10-101-18/+18
* r23969: Some helper routines to retrieve a PAC and PAC elements.Günther Deschner2007-10-101-0/+160