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-07-03
s3: Remove a use of cli_errstr
Volker Lendecke
1
-2
/
+3
2011-07-03
s3: Allow NULL for arg pwritten in cli_write_andx
Volker Lendecke
1
-1
/
+3
2011-07-03
S3: Fix some nonempty blank lines
Volker Lendecke
4
-34
/
+34
2011-07-03
s3: Read symlink information in smbclient "allinfo"
Volker Lendecke
1
-0
/
+17
2011-07-03
s3: Fix symlink_reparse_buffer_parse
Volker Lendecke
1
-0
/
+3
2011-07-03
s3: Add cli_readlink
Volker Lendecke
2
-0
/
+186
2011-07-03
s3: Add STATUS_STOPPED_ON_SYMLINK error code
Volker Lendecke
2
-0
/
+2
2011-07-03
s3-build Require fully defined modules by default
Andrew Bartlett
1
-2
/
+0
2011-07-03
s3-build Prepare to require fully defined modules
Andrew Bartlett
3
-12
/
+18
2011-07-02
s4-param Remove unused 'announce version'
Andrew Bartlett
1
-10
/
+2
2011-07-02
s3-param Remove #defines already in common loadparm.h
Andrew Bartlett
1
-12
/
+0
2011-07-02
s3-param Generate parameter tables
Andrew Bartlett
6
-440
/
+98
2011-07-02
param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()
Andrew Bartlett
12
-16
/
+14
2011-07-02
s3-param remove unused bIdmapReadOnly
Andrew Bartlett
1
-2
/
+0
2011-07-02
s3-param Remove unused bUpdateEncrypt
Andrew Bartlett
1
-2
/
+0
2011-07-01
s3-net: use printing_migrate library, and eliminate duplicate code.
Günther Deschner
3
-416
/
+8
2011-07-01
s3-printing: split out printing migration code into a smaller library.
Günther Deschner
8
-249
/
+327
2011-07-01
s3:smbldap: make smbldap_connect_system self contained
Gregor Beck
1
-6
/
+11
2011-07-01
s3:smbldap: add a destructor to smbldap_state, just in case
Gregor Beck
1
-0
/
+7
2011-07-01
s3:smbldap: let smbldap_free_struct do what it claims to
Gregor Beck
1
-2
/
+1
2011-07-01
s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_close
Gregor Beck
1
-1
/
+2
2011-07-01
s3:smbldap: use smbldap_state as memory context for idle event
Gregor Beck
1
-2
/
+2
2011-07-01
s4-dsdb guard principalName parse for invalid inputs
Andrew Bartlett
1
-1
/
+6
2011-07-01
s4-dsdb Allow a servicePrincipalName of machine$
Andrew Bartlett
1
-0
/
+6
2011-06-30
Part of fix for bug 8276 - FD_SET out of bounds access crash.
Jeremy Allison
1
-9
/
+18
2011-06-30
script/librelease.sh: keep dots in the release tag
Stefan Metzmacher
1
-1
/
+1
2011-06-30
release-scripts/create-tarball: always create a tag in form of samba-${version}
Stefan Metzmacher
1
-20
/
+6
2011-06-30
s3:build: add vfs_examples to the everything target
Michael Adam
1
-1
/
+2
2011-06-30
s3:build: add a vfs_examples target.
Michael Adam
1
-0
/
+11
2011-06-30
examples/VFS: add include path for s3's autoconf config.h
Michael Adam
1
-0
/
+1
2011-06-30
examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
Björn Baumbach
1
-1
/
+2
2011-06-30
examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
Björn Baumbach
1
-1
/
+2
2011-06-30
examples/VFS: fix shadow_copy_test.c in reference to shadow_copy changes
Björn Baumbach
1
-3
/
+10
2011-06-30
s3:registry: when deleting the records for a key, also delete the sorted subk...
Michael Adam
1
-0
/
+8
2011-06-30
s3:registry: add helper function regdb_delete_sorted_subkeys()
Michael Adam
1
-0
/
+7
2011-06-30
lib/util/string_wrappers: move everything into one HAVE_COMPILER_WILL_OPTIMIZ...
Stefan Metzmacher
1
-18
/
+8
2011-06-30
s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b...
Stefan Metzmacher
1
-3
/
+11
2011-06-30
s3:smbd do not panic when CTDB is unhealthy (Bug #8278)
Christian Ambach
1
-0
/
+9
2011-06-30
docs: fix some whitespace
Christian Ambach
1
-5
/
+5
2011-06-30
docs: fix a typo
Christian Ambach
1
-1
/
+1
2011-06-30
rebuildexetendeddn: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-66
/
+61
2011-06-30
rpcclient: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-45
/
+45
2011-06-30
smbstatus: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-38
/
+38
2011-06-30
mischema: Remove unused import.
Jelmer Vernooij
1
-1
/
+0
2011-06-30
enablerecyclebin: Remove unused imports, fix formatting.
Jelmer Vernooij
1
-5
/
+3
2011-06-30
s3-printing: skip migration of non-existent printers
David Disseldorp
1
-8
/
+18
2011-06-30
s3-printing: fill devicemode size in migrate_printer()
David Disseldorp
2
-0
/
+2
2011-06-30
s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCs
Günther Deschner
1
-7
/
+19
2011-06-29
s3-waf: lowercase libcli_lsa3 library name.
Günther Deschner
1
-10
/
+10
2011-06-29
s3-waf: lowercase libsmb library name.
Günther Deschner
1
-25
/
+25
[next]