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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Oops. Forgot to delete now unused local from the previous patch.
Jeremy Allison
2009-05-15
1
-2
/
+0
*
Fix bug #6359 - smbclient -L does not list workgroup for hosts with both IPv4...
Ole Hansen
2009-05-15
1
-4
/
+10
*
s3:build: fix linking with --disable-shared-libs
Michael Adam
2009-05-15
1
-0
/
+1
*
Ensure users with SeAddUser privs get full access to
Jeremy Allison
2009-05-15
1
-3
/
+3
*
Add extra abilities for a user with SeAddUsers, so they
Jeremy Allison
2009-05-15
1
-2
/
+15
*
DeleteUser doesn't need the priv checks, this is done at OpenUser time.
Jeremy Allison
2009-05-15
1
-20
/
+0
*
s3-samr: Fix samr access checks in _samr_RemoveMemberFromForeignDomain().
Günther Deschner
2009-05-15
1
-1
/
+1
*
Fix bug 6361: Make --rcfile work in smbget
Volker Lendecke
2009-05-15
1
-1
/
+1
*
mount.cifs: directly include sys/stat.h in mtab.c
Jeff Layton
2009-05-15
1
-0
/
+1
*
s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...
Günther Deschner
2009-05-15
1
-2
/
+4
*
s3-netdomjoin-gui: cosmetic fix for empty hostnames.
Günther Deschner
2009-05-15
1
-0
/
+1
*
s3-netdomjoin-gui: only gray out labels when not root and not connecting to
Günther Deschner
2009-05-15
1
-3
/
+3
*
s3:swat: hide "config backend" from swat
Michael Adam
2009-05-15
1
-1
/
+1
*
s3:param: prevent includes from being dumped in dump_*() functions.
Michael Adam
2009-05-15
2
-3
/
+7
*
s3:build: add install-dbwrap_tool target
Michael Adam
2009-05-15
1
-0
/
+3
*
s3:build dbwrap_tool with make everything
Michael Adam
2009-05-15
1
-1
/
+2
*
s3-samr: Fix samr access checks in _samr_SetUserInfo().
Günther Deschner
2009-05-15
1
-14
/
+109
*
s3-samr: Fix samr access checks in _samr_QueryUserInfo().
Günther Deschner
2009-05-15
1
-3
/
+71
*
s3-samr: in _samr_QueryUserInfo() make sure to not return any info in error c...
Günther Deschner
2009-05-15
1
-1
/
+6
*
s3-samr: Fix samr access checks in _samr_SetDomainInfo().
Günther Deschner
2009-05-15
1
-7
/
+22
*
s3-samr: Fix samr access checks in _samr_QueryDomainInfo().
Günther Deschner
2009-05-15
1
-1
/
+31
*
s3-samr: use normal integer in r->in.level switch statements.
Günther Deschner
2009-05-15
1
-29
/
+29
*
s3:build: rename OBJ collection for dbwrap_tool consistently
Michael Adam
2009-05-15
1
-6
/
+6
*
s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.
Michael Adam
2009-05-15
2
-0
/
+258
*
Turn on SHORTNAME-TEST in torture.
Jeremy Allison
2009-05-14
1
-1
/
+1
*
Make us pass SHORTNAME-TEST.
Jeremy Allison
2009-05-14
1
-3
/
+17
*
Make error message clearer on fail.
Jeremy Allison
2009-05-14
1
-2
/
+2
*
Add a test showing what ascii values cause an NTFS volume to
Jeremy Allison
2009-05-14
1
-0
/
+133
*
Remove one use of mangle_is_8_3(), not needed.
Jeremy Allison
2009-05-14
1
-4
/
+2
*
Fix the core of the SAMR access functions. This passes make test, but
Jeremy Allison
2009-05-14
1
-197
/
+156
*
Maximum password length check too short in mount.cifs
Steve French
2009-05-14
1
-2
/
+2
*
s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.
Günther Deschner
2009-05-14
1
-2
/
+49
*
s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.
Günther Deschner
2009-05-14
3
-1
/
+183
*
s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.
Günther Deschner
2009-05-14
1
-0
/
+36
*
s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.
Günther Deschner
2009-05-14
4
-1
/
+165
*
s3-build: re-run make samba3-idl.
Günther Deschner
2009-05-14
3
-1
/
+91
*
s3-netapi: add NetShutdownInit and NetShutdownAbort.
Günther Deschner
2009-05-14
1
-0
/
+21
*
Fix a type-punned warning
Volker Lendecke
2009-05-14
1
-1
/
+1
*
Add some const
Volker Lendecke
2009-05-14
1
-1
/
+2
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-14
1
-23
/
+23
*
What to do about debugging in a multi-threaded application?
Derrell Lipman
2009-05-13
1
-7
/
+10
*
Thread-safe protection: libsmbclient initialization
Derrell Lipman
2009-05-13
1
-94
/
+133
*
s3:libsmb: move read_smb_send/recv() static in async_smb.c
Stefan Metzmacher
2009-05-13
3
-92
/
+87
*
s3:libsmb: let cli_smb_chain_send() also return NTSTATUS
Stefan Metzmacher
2009-05-13
3
-12
/
+19
*
s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1
Bo Yang
2009-05-13
1
-5
/
+7
*
Revert "s3: checkin .po for pam_winbind" because of license issue.
Bo Yang
2009-05-13
18
-2851
/
+0
*
s3-printing: no need to define struct table_node 4 times.
Günther Deschner
2009-05-13
5
-29
/
+10
*
s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...
Günther Deschner
2009-05-13
1
-1
/
+1
*
Remove an unused struct definition
Volker Lendecke
2009-05-13
1
-6
/
+0
*
s3: checkin .po for pam_winbind
Bo Yang
2009-05-13
18
-0
/
+2851
[prev]
[next]