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
2011-08-26
s4-provision Use samba.dns_name_to_dn
Andrew Bartlett
2
-2
/
+6
2011-08-26
s3-passdb: Allocate talloc stackframe before calling pdb_get_group_sid()
Amitay Isaacs
1
-5
/
+6
2011-08-26
s3-param: Allocate talloc stackframe before calling s3 param routines
Amitay Isaacs
1
-2
/
+26
2011-08-26
s3: Use sys_write in fork_domain_child
Volker Lendecke
1
-1
/
+1
2011-08-26
s3: Use sys_read in fork_domain_child
Volker Lendecke
1
-1
/
+1
2011-08-26
py-samba3-test: Copy sample database in tempdir before running test
Amitay Isaacs
1
-7
/
+11
2011-08-26
samba3dump: Update the code using modified samba3 module with passdb api
Amitay Isaacs
1
-40
/
+53
2011-08-26
s3_upgrade: Set lock directory to correct directory
Amitay Isaacs
2
-1
/
+3
2011-08-26
py-samba3-test: Set lock directory to the datadir
Amitay Isaacs
1
-0
/
+1
2011-08-26
testdata: Set netbios name in the samba3 configuation
Amitay Isaacs
1
-0
/
+1
2011-08-26
s3_upgrade: Update commandline options and use updated samba3 python module
Amitay Isaacs
3
-166
/
+140
2011-08-26
py-samba3: Use passdb/param wrapper for samba3 module
Amitay Isaacs
2
-567
/
+117
2011-08-26
s3-passdb: Make domain_sid argument optional for search_aliases method
Amitay Isaacs
1
-5
/
+10
2011-08-26
s3-passdb: Return assigned number of hours and not MAX_HOURS_LEN
Amitay Isaacs
1
-3
/
+4
2011-08-26
s3-passdb: Convert lm_pw and nt_pw to python string using length
Amitay Isaacs
1
-2
/
+2
2011-08-26
script: Fix the name of the script in autogenerated header file
Amitay Isaacs
1
-1
/
+1
2011-08-26
s4-param: Use s3 dump method if s3 context is defined
Amitay Isaacs
1
-0
/
+4
2011-08-26
s3-param: Add a dump() method to output parameters
Amitay Isaacs
2
-0
/
+2
2011-08-26
s3_upgrade: Let python generate backtrace for unknown exceptions
Amitay Isaacs
1
-15
/
+4
2011-08-26
s3_upgrade: Add document strings for python methods
Amitay Isaacs
1
-9
/
+23
2011-08-26
werror: remove duplicate definition of WERR_INVALID_OWNER
Michael Adam
1
-1
/
+0
2011-08-25
s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...
Michael Adam
1
-1
/
+6
2011-08-25
s3:smbd: remove an unused variable in dptr_create()
Michael Adam
1
-1
/
+0
2011-08-25
s3:registry: fix the v2_to_v3 upgrade code so that it does not create value l...
Michael Adam
1
-0
/
+6
2011-08-25
s3:registry: fix the v1_to_v2 upgrade code so that it does not normalize the ...
Michael Adam
1
-0
/
+6
2011-08-25
s3:registry: define a constant REGDB_VERSION_KEYNAME for the key INFO/version...
Michael Adam
1
-7
/
+6
2011-08-25
s3:registry: hand db context in to v2_to_v3 upgrade code via private_data
Michael Adam
1
-4
/
+9
2011-08-25
s3:registry: fix broken use of dbwrap store record in v1_to_v2 upgrade code
Michael Adam
1
-8
/
+10
2011-08-25
s3: Fix the build of vfs_aixacl2.c
SATOH Fumiyasu
1
-0
/
+1
2011-08-25
s3: Remove a bogus comment
Volker Lendecke
1
-4
/
+0
2011-08-25
s3: Pass smbd_server_connection to (unused) server_encryption_shutdown
Volker Lendecke
2
-2
/
+2
2011-08-25
s3: Pass smbd_server_connection to srv_encrypt_buffer
Volker Lendecke
3
-3
/
+5
2011-08-25
s3: Pass smbd_server_connection to srv_decrypt_buffer
Volker Lendecke
3
-4
/
+3
2011-08-25
s3: Pass smbd_server_connection to srv_free_enc_buffer
Volker Lendecke
3
-4
/
+4
2011-08-25
s3: Pass smbd_server_connection to is_encrypted_packet
Volker Lendecke
4
-8
/
+11
2011-08-25
s3: Pass sconn to valid_smb_header
Volker Lendecke
1
-4
/
+5
2011-08-25
s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctx
Volker Lendecke
1
-3
/
+3
2011-08-25
s3: Fix some nonempty blank lines
Volker Lendecke
2
-6
/
+6
2011-08-25
s3: Fix bug 8385
Volker Lendecke
1
-26
/
+14
2011-08-25
s3-waf: fix some unresolved symbols in idmap ad modules.
Günther Deschner
1
-0
/
+2
2011-08-25
s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
Günther Deschner
1
-0
/
+1
2011-08-25
s4-dsdb: fixed use of RMD flags in ldb search in dirsync module
Andrew Tridgell
1
-2
/
+2
2011-08-25
s4-dns: fixed dns_update_list for multi-domain forests
Andrew Tridgell
1
-13
/
+28
2011-08-25
s4-dns: cope with duplicate entries in dns_update_list
Andrew Tridgell
1
-1
/
+5
2011-08-25
s4-dsdb: fixed newlines in DEBUG() calls in cracknames
Andrew Tridgell
1
-14
/
+14
2011-08-25
s4-join: fixed DNS hostname
Andrew Tridgell
1
-1
/
+1
2011-08-25
s4-drs: fixed msdcs DNS name in getncchanges
Andrew Tridgell
1
-3
/
+2
2011-08-25
s4-libnet: fixed forest DNS name
Andrew Tridgell
2
-2
/
+3
2011-08-25
s4-acl: use dnsforest not dnsdomain for GC names
Andrew Tridgell
1
-3
/
+3
2011-08-25
s4-join: setup DNS forest name on join context
Andrew Tridgell
1
-4
/
+4
[next]