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
r18895: AIX need to call pidl with --uint-enums as the compiler doesn't
Stefan Metzmacher
2
-0
/
+34
2007-10-10
r18893: Attempt to fix the Solaris build
Volker Lendecke
1
-1
/
+6
2007-10-10
r18892: Copy over the Samba4 valgrind suppressions
Volker Lendecke
1
-0
/
+64
2007-10-10
r18891: Fix "double const" warning from host opi
Volker Lendecke
1
-1
/
+1
2007-10-10
r18889: Add some const. What's the policy here? Should I do this in Samba4 as...
Volker Lendecke
1
-5
/
+5
2007-10-10
r18888: Fix a 64-bit warning
Volker Lendecke
1
-1
/
+2
2007-10-10
r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off o...
Volker Lendecke
1
-1
/
+2
2007-10-10
r18879: Fix crash for "net ads gpo list".
Günther Deschner
2
-10
/
+14
2007-10-10
r18878: With the recent checkins for me Samba3 compiles again with the NTSTAT...
Volker Lendecke
1
-2
/
+2
2007-10-10
r18877: More WERROR/NTSTATUS bugs
Volker Lendecke
1
-4
/
+5
2007-10-10
r18876: Fix smbclient -L
Volker Lendecke
1
-1
/
+4
2007-10-10
r18875: The comment field can be empty
Volker Lendecke
1
-2
/
+6
2007-10-10
r18874: Fix some NTSTATUS/WERROR mixups
Volker Lendecke
1
-31
/
+31
2007-10-10
r18871: Fix copy/paste mixup.
Günther Deschner
1
-1
/
+1
2007-10-10
r18870: - enable the ldb ldap backend properly based on configure tests for
Andrew Tridgell
3
-4
/
+8
2007-10-10
r18869: two build fixes for systems without ldap
Andrew Tridgell
3
-6
/
+13
2007-10-10
r18868: just in case there is a disaster (with our code? never ...) use a
Andrew Tridgell
1
-2
/
+7
2007-10-10
r18867: change the group mapping code to use ldb instead of tdb
Andrew Tridgell
7
-667
/
+1676
2007-10-10
r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
Andrew Tridgell
126
-0
/
+37877
2007-10-10
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
Andrew Tridgell
5
-39
/
+39
2007-10-10
r18864: merge lib/replace changes from samba4
Andrew Tridgell
4
-6
/
+40
2007-10-10
r18863: the test for immediate structures has moved to lib/replace/
Andrew Tridgell
1
-22
/
+1
2007-10-10
r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the code
Andrew Tridgell
3
-4
/
+4
2007-10-10
r18857: Re-enable the CC checks from libreplace after Tridge's fix. Thanks fo...
Volker Lendecke
1
-1
/
+1
2007-10-10
r18856: fixed HAVE_IMMEDIATE_STRUCTURES and thus checking of NTSTATUS/BOOL
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18855: Tell the diff between WERROR and NTSTATUS
Volker Lendecke
1
-2
/
+2
2007-10-10
r18854: Disable the AC_LIBREPLACE_CC_CHECKS, this breaks the HAVE_IMMEDIATE_S...
Volker Lendecke
1
-1
/
+1
2007-10-10
r18853: Fix remaining warnings. Volker, should be fine now.
Günther Deschner
2
-2
/
+2
2007-10-10
r18852: Fix compiler warning (thanks Volker).
Günther Deschner
1
-2
/
+2
2007-10-10
r18846: Fix the same bug Volker noticed when marshalling/unmarshalling
Jeremy Allison
1
-1
/
+10
2007-10-10
r18845: Fix a type-punned warning that turned out to be a real bug: The secdesc
Volker Lendecke
1
-2
/
+20
2007-10-10
r18842: Protect against "winbind cache time = 0" on two other occasions.
Günther Deschner
1
-2
/
+2
2007-10-10
r18841: Protect against potential event loop when someone is using "winbind
Günther Deschner
1
-2
/
+2
2007-10-10
r18823: Fix some errors in the srsvc handling code and start running the RPC-...
Jelmer Vernooij
2
-5
/
+9
2007-10-10
r18820: Comment out some unused functions.
Günther Deschner
1
-2
/
+17
2007-10-10
r18819: Fix build without LDAP.
Günther Deschner
4
-1
/
+13
2007-10-10
r18818: Forgot header file.
Günther Deschner
1
-0
/
+1
2007-10-10
r18817: Enable the build of the gpo tool but do not make it available yet.
Günther Deschner
3
-5
/
+8
2007-10-10
r18816: Fix some build warnings.
Günther Deschner
1
-4
/
+4
2007-10-10
r18814: diable immediate structs for now until we completely build with them ...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18813: the generated rpccli_ functions give NTSTATUS
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r18812: newer compilers don't allow non consts in static arrays
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18811: rename stat field to avoid compiler warnings about
Gerald Carter
7
-21
/
+21
2007-10-10
r18810: use a copy of samba4's talloc under lib/talloc/
Stefan Metzmacher
19
-117
/
+4972
2007-10-10
r18809: add a valgrind suppression file to prepare running make test
Stefan Metzmacher
1
-0
/
+0
2007-10-10
r18804: resume_hnd isn't a ref pointer and can be NULL
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r18803: remove unused function
Gerald Carter
1
-18
/
+0
2007-10-10
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
19
-6792
/
+916
2007-10-10
r18801: Fix (at least the build of) python bindings.
Günther Deschner
1
-7
/
+7
2007-10-10
r18799: Prepare query_disp_info to use the next idx from the last result entry
Günther Deschner
1
-0
/
+18
[next]