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
2010-09-09
s4-provision: fixed error format string
Andrew Tridgell
1
-1
/
+1
2010-09-09
s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in python
Andrew Tridgell
2
-0
/
+33
2010-09-09
s4-rodc: s->schema need initialisation
Andrew Tridgell
1
-0
/
+1
2010-09-09
lib/util: remove some unused_result warnings.
Günther Deschner
1
-2
/
+7
2010-09-09
s3-utils: remove unused variable in smbget.
Günther Deschner
1
-1
/
+0
2010-09-09
s3: Remove "mem_ctx" from a few functions
Volker Lendecke
3
-13
/
+3
2010-09-09
s3: Remove "mem_ctx" from wcache_save_creds()
Volker Lendecke
3
-3
/
+1
2010-09-09
s3: Remove "mem_ctx" from lookup_cached_name()
Volker Lendecke
4
-8
/
+4
2010-09-09
s3: Remove a nested if-statement
Volker Lendecke
1
-5
/
+3
2010-09-09
s3: Fill in workstation in winbindd_pam_auth_crap_send
Volker Lendecke
2
-6
/
+5
2010-09-09
s3: Fill in domain in winbindd_pam_auth_crap_send
Volker Lendecke
2
-11
/
+3
2010-09-09
s3: Remove redundant flag checks
Volker Lendecke
1
-10
/
+0
2010-09-09
s3: Remove unused arg "user_sid" from winbindd_store_creds
Volker Lendecke
3
-11
/
+5
2010-09-09
s3: Remove unused winbindd_update_creds_by_sid
Volker Lendecke
2
-12
/
+0
2010-09-09
s3: Remove unused winbindd_dual_show_sequence()
Volker Lendecke
3
-25
/
+0
2010-09-08
Don't rely on the underlying ACL modules to enforce share level
Jeremy Allison
2
-0
/
+10
2010-09-08
Optimization suggested by Metze. Without this patch,
Jeremy Allison
1
-1
/
+97
2010-09-08
s3: "== false" looks wrong :-)
Volker Lendecke
1
-1
/
+1
2010-09-08
Fix warnings caused by double ";;" at the end of the time_mono() fixes.
Jeremy Allison
1
-3
/
+3
2010-09-08
s4-waf: fix bin/python/samba/dcerpc/nbt.so.
Günther Deschner
1
-1
/
+5
2010-09-08
wafsamba: Eliminate sys.path updating if installing to a standard python
Jelmer Vernooij
1
-1
/
+7
2010-09-08
s3: use time_mono throughout in smbget
Björn Jacke
1
-6
/
+5
2010-09-08
s3/ldap: use monotonic clock for timeouts in smbldap
Björn Jacke
2
-20
/
+26
2010-09-08
setup: Use standard octal ints rather than harcoding.
Jelmer Vernooij
1
-2
/
+1
2010-09-08
popt_common: Add missing dependency on libsamba-hostconfig.
Jelmer Vernooij
1
-3
/
+2
2010-09-08
s3: Make winbind_add_failed_connection_entry static
Volker Lendecke
2
-6
/
+4
2010-09-08
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-09-08
s4-smbtorture: add torture ndr nbt testsuite.
Günther Deschner
4
-2
/
+73
2010-09-08
nbt: add nbt_netlogon_response2 to IDL.
Günther Deschner
1
-0
/
+7
2010-09-08
nbt: add NETLOGON_LOGON_REQUEST.
Günther Deschner
1
-0
/
+11
2010-09-08
nbt: add decode_nbt_netlogon_packet() to IDL.
Günther Deschner
1
-1
/
+7
2010-09-08
s3-nmbd: fix indentation in process_logon_packet().
Günther Deschner
1
-523
/
+519
2010-09-08
s3-nmbd: remove trailing whitespace in nmbd_processlogon.c
Günther Deschner
1
-9
/
+9
2010-09-08
s3-spoolss: Move spoolss winreg to new dcerpc client funtions.
Andreas Schneider
1
-347
/
+389
2010-09-08
s3: Simplify cm_connect_sam a bit
Volker Lendecke
1
-5
/
+1
2010-09-08
s3: Check for sid instead of name in cm_connect_sam
Volker Lendecke
1
-1
/
+1
2010-09-08
s3-spoolss: Fixed a possible crash bug.
Andreas Schneider
1
-1
/
+15
2010-09-08
s3: Remove a superfluous ;
Volker Lendecke
1
-1
/
+1
2010-09-07
s3/libads: use monotonic clock for ldap connection timeouts
Björn Jacke
3
-3
/
+3
2010-09-07
s3: use monotonic clock for aio timeout
Björn Jacke
1
-2
/
+2
2010-09-07
s3/nmbd: tidy up debug message: ttl isn't a hex value
Björn Jacke
1
-1
/
+1
2010-09-07
s3/libads: use monotonic clock for DNS timeouts
Björn Jacke
1
-5
/
+5
2010-09-07
lib/util: add time_mono() for monotonic time a la time()
Björn Jacke
2
-0
/
+26
2010-09-07
s4-dreplsrv: Run NC replication synchronously if requested
Kamen Mazdrashki
1
-30
/
+119
2010-09-07
s4-drs: Dump exact error when failure occurs during DsReplicaUpdateRefs call
Kamen Mazdrashki
1
-6
/
+10
2010-09-07
s3: Prune the printername cache when a printer is deleted
Volker Lendecke
1
-2
/
+20
2010-09-07
librpc: bitten by the strncasecmp define again
Andrew Tridgell
1
-0
/
+1
2010-09-07
waf-abi: fixed small uninitialised data on PPC64
Andrew Tridgell
1
-1
/
+1
2010-09-07
s4-ldapserver: serialise ldap server operations
Andrew Tridgell
2
-0
/
+60
2010-09-07
s4-packet: make packet_recv_disable() a lot more efficient
Andrew Tridgell
1
-2
/
+6
[next]