summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24123: add file_id_create() to some vfs modulesStefan Metzmacher1-0/+22
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher10-18/+39
2007-10-10r24119: Convert reply_exit to the new APIVolker Lendecke2-7/+5
2007-10-10r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher1-4/+1
2007-10-10r24115: try to get the file name and share patch for printingStefan Metzmacher1-4/+17
2007-10-10r24113: some little fixes to get the correct error messageStefan Metzmacher2-2/+6
2007-10-10r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl>Volker Lendecke1-1/+1
2007-10-10r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke3-8/+6
2007-10-10r24104: fix the build, sorry...Stefan Metzmacher1-3/+4
2007-10-10r24103: add some useful debug messages, as not all LDAPStefan Metzmacher1-3/+19
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke4-42/+38
2007-10-10r24101: Move prohibited_ea_names[] into samba_private_attr_name()Volker Lendecke1-6/+6
2007-10-10r24100: Convert reply_ntcancel to the new APIVolker Lendecke2-9/+7
2007-10-10r24098: - make use of the ads_service_principal abstractionStefan Metzmacher1-61/+32
2007-10-10r24097: Convert reply_ntcreate_and_X_quota to the new APIVolker Lendecke1-31/+14
2007-10-10r24095: add one more fallback alternative toStefan Metzmacher1-0/+20
2007-10-10r24093: move gssapi/krb5 principal handling into a functionStefan Metzmacher1-88/+146
2007-10-10r24092: Convert do_ntcreate_pipe_open to the new APIVolker Lendecke1-25/+67
2007-10-10r24091: Convert reply_ntcreate_and_X to the new APIVolker Lendecke2-64/+110
2007-10-10r24090: Separate parsing in reply_ntcreate_and_XVolker Lendecke1-18/+32
2007-10-10r24089: Add reply_prep/post_legacyVolker Lendecke1-0/+54
2007-10-10r24088: Convert reply_unlink to the new APIVolker Lendecke2-22/+32
2007-10-10r24087: Fix bug 4836, patch by Matthijs Kooijman <matthijs@stdin.nl>. Thanks!Volker Lendecke1-1/+1
2007-10-10r24086: Convert reply_ulogoffX to the new APIVolker Lendecke2-12/+17
2007-10-10r24085: Convert reply_rmdir to the new APIVolker Lendecke2-16/+25
2007-10-10r24084: Convert reply_mkdir to the new APIVolker Lendecke2-16/+25
2007-10-10r24079: Convert reply_dskattr to the new APIVolker Lendecke2-15/+15
2007-10-10r24078: Add reply_unixerrorVolker Lendecke2-0/+31
2007-10-10r24077: Convert reply_tdis to the new APIVolker Lendecke2-11/+8
2007-10-10r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher2-1/+18
2007-10-10r24071: Fix a missing END_PROFILE callVolker Lendecke1-0/+1
2007-10-10r24070: Apply some constVolker Lendecke1-1/+1
2007-10-10r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke1-1/+1
2007-10-10r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke1-9/+6
2007-10-10r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke1-1/+1
2007-10-10r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...Günther Deschner1-0/+1
2007-10-10r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke1-3/+0
2007-10-10r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher1-1/+2
2007-10-10r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke1-0/+3
2007-10-10r24057: Fix some uninitialized variables found by the IBM checkerVolker Lendecke1-0/+11
2007-10-10r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...Volker Lendecke2-186/+249
2007-10-10r24054: Fix some warningsVolker Lendecke1-2/+2
2007-10-10r24050: Fix a typoVolker Lendecke1-1/+3
2007-10-10r24049: Some more 64-bit warningsVolker Lendecke2-3/+5
2007-10-10r24048: Fix the C++ warnings in our version of poptVolker Lendecke3-30/+32
2007-10-10r24047: With -Wmissing-prototypes these two always generate warnings. TheyVolker Lendecke1-0/+14
2007-10-10r24046: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r24044: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher1-1/+309
2007-10-10r24039: remove unused global variable...Stefan Metzmacher1-1/+1