index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...
Günther Deschner
2
-1
/
+112
2007-10-10
r23972: Fix a bug in pwrite error detection in tdb_expand_file():
Michael Adam
1
-3
/
+3
2007-10-10
r23971: Prevent build failures.
Günther Deschner
1
-1
/
+5
2007-10-10
r23970: Allow to set the debuglevel at which to dump the PAC logon info.
Günther Deschner
1
-18
/
+18
2007-10-10
r23969: Some helper routines to retrieve a PAC and PAC elements.
Günther Deschner
1
-0
/
+160
2007-10-10
r23968: Harmonize net's password prompts.
Günther Deschner
2
-16
/
+35
2007-10-10
r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
Volker Lendecke
1
-0
/
+3
2007-10-10
r23962: Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX,
James Peach
1
-2
/
+3
2007-10-10
r23957: Use tdb_open_log instead of tdb_open.
Michael Adam
1
-6
/
+6
2007-10-10
r23956: merge from 3_2-ctdb-tridge:
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r23954: merge from 3_0-ctdb-tridge:
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r23953: Some C++ warnings
Volker Lendecke
2
-4
/
+7
2007-10-10
r23952: Streamline and improve the logic of tdb_validate_and backup:
Michael Adam
1
-29
/
+63
2007-10-10
r23951: Fix segfault.
Günther Deschner
1
-1
/
+1
2007-10-10
r23950: unlink before rename is superfluous.
Michael Adam
1
-1
/
+0
2007-10-10
r23948: add gsskrb5 sign and seal support for LDAP connections
Stefan Metzmacher
1
-5
/
+135
2007-10-10
r23946: add support for NTLMSSP sign and seal
Stefan Metzmacher
2
-2
/
+123
2007-10-10
r23945: add infrastructure to select plain, sign or seal LDAP connection
Stefan Metzmacher
3
-3
/
+35
2007-10-10
r23943: - always provide ads_setup_sasl_wrapping() function
Stefan Metzmacher
1
-4
/
+10
2007-10-10
r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> where
Jeremy Allison
1
-5
/
+6
2007-10-10
r23941: Don't use "False" when you mean "MARSHALL".
Jeremy Allison
1
-1
/
+1
2007-10-10
r23940: Added missing line that was deleted accidently.
Jeremy Allison
1
-0
/
+2
2007-10-10
r23939: Fixes for notify returns. Returned param value must fix inside
Jeremy Allison
2
-21
/
+20
2007-10-10
r23938: Add a debug message.
Michael Adam
1
-0
/
+2
2007-10-10
r23937: Use ads_config_path() when we need to know the configration context.
Günther Deschner
1
-26
/
+11
2007-10-10
r23935: We were lying to the client in the case of POSIX_UNLINK
Jeremy Allison
1
-16
/
+51
2007-10-10
r23933: - implement ctrl SASL wrapping hook
Stefan Metzmacher
1
-6
/
+26
2007-10-10
r23932: Fill extended status with information in case the validation traverse
Michael Adam
1
-1
/
+5
2007-10-10
r23931: Use the new tdb_validate_and_backup function instead of pure tdb_vali...
Michael Adam
1
-2
/
+2
2007-10-10
r23930: Introduce tdb_validate_and_backup:
Michael Adam
1
-1
/
+239
2007-10-10
r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ...
Günther Deschner
1
-19
/
+2
2007-10-10
r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...
Günther Deschner
3
-75
/
+77
2007-10-10
r23926: implement output buffer handling for the SASL write wrapper
Stefan Metzmacher
2
-3
/
+69
2007-10-10
r23925: Use NULL instead of 0 for a void * argument.
Michael Adam
1
-1
/
+1
2007-10-10
r23922: implement input buffer handling for the SASL read wrapper
Stefan Metzmacher
2
-17
/
+175
2007-10-10
r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that alrea...
Günther Deschner
4
-55
/
+36
2007-10-10
r23920: Fix debug statement.
Günther Deschner
1
-1
/
+1
2007-10-10
r23918: not all ldap libraries support debugging
Stefan Metzmacher
1
-18
/
+0
2007-10-10
r23916: use the correct io operations for debugging
Stefan Metzmacher
1
-4
/
+6
2007-10-10
r23914: try to fix the build on Tru64
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r23913: Revert back to Volker's original logic to fix the
Jeremy Allison
1
-1
/
+1
2007-10-10
r23911: Revert r23910 to try and fix the build farm. I
Jeremy Allison
1
-9
/
+0
2007-10-10
r23910: We used to deny renames on the
Jeremy Allison
1
-0
/
+9
2007-10-10
r23909: Get closer to passing the cthon tests for delete open file.
Jeremy Allison
1
-3
/
+6
2007-10-10
r23908: Fix bug with interaction of optimization with
Jeremy Allison
1
-8
/
+24
2007-10-10
r23906: Fix POSIX unlink bug found by Steve. If we
Jeremy Allison
1
-2
/
+9
2007-10-10
r23904: Remove an unused variable reference
Volker Lendecke
1
-1
/
+0
2007-10-10
r23903: Fix a potential reason for the segfault Steve found
Volker Lendecke
1
-0
/
+1
2007-10-10
r23902: Fix uninitialized read in devicetype noticed by Volker.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23900: LDAP_OPT_SOCKBUF doesn't exists on all platforms
Stefan Metzmacher
1
-1
/
+9
[prev]
[next]