index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bug in object specific access checks.
Nadezhda Ivanova
2009-11-03
1
-2
/
+4
*
s3: Remove debug_ctx()
Volker Lendecke
2009-11-03
13
-86
/
+70
*
Added some dn to the info in the log messages.
Nadezhda Ivanova
2009-11-03
1
-3
/
+3
*
Removed the default DACL from token, as we will not be using it.
Nadezhda Ivanova
2009-11-03
1
-1
/
+0
*
Convert from numbers to correct SMB_FIND_XX constant names.
Jeremy Allison
2009-11-02
1
-8
/
+12
*
s3:registry: add an extra check for dsize==0 to regdb_fetch_keys_internal()
Michael Adam
2009-11-03
1
-1
/
+1
*
s3:registry: add safety check for return value of tdb_unpack to regdb_fetch_k...
Michael Adam
2009-11-03
1
-0
/
+4
*
s3:dbwrap_ctdb: add debug message to transaction_fetch_start()
Michael Adam
2009-11-03
1
-0
/
+4
*
s3:dbwrap_ctdb: split combined check in two and add descriptive debug
Michael Adam
2009-11-03
1
-1
/
+14
*
s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...
Michael Adam
2009-11-03
1
-0
/
+12
*
s3:configure: add a check for the new CTDB_CONTROL_TRANS2_ACTIVE
Michael Adam
2009-11-03
1
-0
/
+17
*
s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...
Michael Adam
2009-11-03
1
-0
/
+21
*
s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single node
Michael Adam
2009-11-03
1
-0
/
+25
*
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_start
Michael Adam
2009-11-03
1
-6
/
+4
*
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()
Michael Adam
2009-11-03
1
-16
/
+6
*
s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()
Michael Adam
2009-11-03
1
-0
/
+53
*
s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()
Michael Adam
2009-11-03
1
-27
/
+39
*
s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.
Michael Adam
2009-11-03
1
-3
/
+5
*
Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...
Jeremy Allison
2009-11-02
1
-12
/
+16
*
s3: Fix a 100% CPU loop when ctdbd dies during a traverse
Volker Lendecke
2009-11-02
1
-0
/
+1
*
s3-gencache: restore gencache_get behavior with NULL args (with torture test).
Günther Deschner
2009-11-02
2
-4
/
+13
*
s3: Make "debug hires timestamp" default to true
Volker Lendecke
2009-11-02
2
-2
/
+2
*
s4:dsdb Fix up after the MAP_ constants became LDB_MAP_
Andrew Bartlett
2009-11-02
1
-13
/
+13
*
s4:provision Remove LDB backend files in provision
Andrew Bartlett
2009-11-02
2
-41
/
+12
*
s4:provision Split ProvisionBackend out of the main provision script
Andrew Bartlett
2009-11-02
3
-590
/
+631
*
s4:provision Inline 'ldap_backend_shutdown' for clarity
Andrew Bartlett
2009-11-02
1
-15
/
+15
*
s4:provision Fix samdb test with new provision code
Andrew Bartlett
2009-11-02
1
-3
/
+12
*
s4:provision Move 'Schema' into it's own file
Andrew Bartlett
2009-11-02
5
-123
/
+160
*
s4:provision Make 'linked_attributes' and 'dnsyntax_attributes' a property of...
Andrew Bartlett
2009-11-02
1
-17
/
+33
*
s4:provision Rework provision to always have a ProvisionBackend
Andrew Bartlett
2009-11-02
2
-166
/
+189
*
s4 - SID allocation using FDS DNA plugin
Endi S. Dewata
2009-11-02
11
-18
/
+110
*
s4:dsdb - Removed redundant domain SID filter.
Endi S. Dewata
2009-11-02
1
-29
/
+1
*
s4:dsdb - Store SID as string in FDS.
Endi S. Dewata
2009-11-02
4
-7
/
+49
*
s4 - Mapped AD schema to existing FDS schema.
Endi S. Dewata
2009-11-02
5
-3
/
+235
*
s4:dsdb - Fixed attribute dereferencing for FDS
Endi S. Dewata
2009-11-02
3
-20
/
+126
*
Remove special case logic in 'samdb_relative_path'.
Andrew Bartlett
2009-11-02
1
-3
/
+0
*
s4:dsdb Revert back to using DN:filename in the partitions record
Andrew Bartlett
2009-11-02
2
-46
/
+102
*
lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.
Andrew Bartlett
2009-11-02
5
-70
/
+72
*
lib/util Add rfc1738 escape/unescape code from Squid
Andrew Bartlett
2009-11-02
1
-0
/
+209
*
s4:credentials Put the 'secrets.keytab' in the same directory as secrets.ldb
Andrew Bartlett
2009-11-02
1
-1
/
+3
*
s4: Create a script for updating a running provision with change introduced s...
Matthieu Patou
2009-11-02
1
-0
/
+694
*
s4:torture/raw/samba3misc - Add "discard_const_p" macro before a string
Matthias Dieter Wallnöfer
2009-11-02
1
-1
/
+1
*
s4:ldb Remove debug traces duplicated by the new generic trace code
Andrew Bartlett
2009-11-02
1
-3
/
+0
*
s3:ldap: don't search when no values where found
Björn Jacke
2009-11-02
1
-1
/
+1
*
uuid.c: Remove some dead code
Volker Lendecke
2009-11-01
1
-1
/
+0
*
s3: Fix the RPC server SUBSYSTEM declaration
Volker Lendecke
2009-10-31
1
-1
/
+1
*
s3:Makefile: add LIBREPLACE_LIBS for talloc, tdb and wbclient
Björn Jacke
2009-10-31
1
-3
/
+3
*
ѕ3:buildsystem: fix depenencies for libreplace
Björn Jacke
2009-10-31
2
-8
/
+7
*
ѕ3:ldap: search for account policies in objectclass sambaDomain, not *
Björn Jacke
2009-10-31
1
-1
/
+6
*
s3/docs: Fix typo.
Karolin Seeger
2009-10-30
1
-1
/
+1
[next]