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
2007-10-10
r15104: Implement Samba4's tdb_name().
Volker Lendecke
2
-1
/
+9
2007-10-10
r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's
Volker Lendecke
2
-15
/
+15
2007-10-10
r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...
Volker Lendecke
2
-15
/
+15
2007-10-10
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
12
-24
/
+32
2007-10-10
r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This shou...
Volker Lendecke
2
-2
/
+59
2007-10-10
r15094: Replace ; by # where we have a comment and remove superfluous spaces at
Lars Müller
1
-15
/
+15
2007-10-10
r15093: Align to the last winbind changes.
Lars Müller
1
-6
/
+6
2007-10-10
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
6
-29
/
+19
2007-10-10
r15086: Get defensive about creating user accounts when winbindd
Gerald Carter
1
-2
/
+5
2007-10-10
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
3
-11
/
+17
2007-10-10
r15083: Using talloc with destructors is nice and all, but in this
Jeremy Allison
3
-35
/
+31
2007-10-10
r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need that
Günther Deschner
2
-40
/
+36
2007-10-10
r15074: Remove -lcap from pam_winbind (not needed)
Gerald Carter
2
-34
/
+38
2007-10-10
r15072: Last bit of 32/64 bit portabilities fixes for winbind
Gerald Carter
3
-9
/
+19
2007-10-10
r15068: Fix a shadowed variable warning
Volker Lendecke
1
-2
/
+2
2007-10-10
r15060: The brlock code gets called a lot. Ensure we keep the
Jeremy Allison
2
-29
/
+21
2007-10-10
r15058: Add sample pam_winbind.conf file.
Günther Deschner
1
-0
/
+26
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
22
-131
/
+168
2007-10-10
r15047: Add support for using libunwind to generate a backtrace. This is
James Peach
3
-32
/
+129
2007-10-10
r15046: Fix bug #3490 reported by Jason Mader. Do not continue to check for LDAP
James Peach
1
-24
/
+34
2007-10-10
r15044: Fix the build. (void returning non-void).
Günther Deschner
1
-1
/
+1
2007-10-10
r15043: Only build our copy of iniparser when the system doesn't have one.
Günther Deschner
2
-4
/
+41
2007-10-10
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
9
-252
/
+1272
2007-10-10
r15040: Stripping the parametric options in pam_winbind and use
Günther Deschner
3
-12
/
+13
2007-10-10
r15039: Fix an uninitialized variable. I _think_ this should default to
Volker Lendecke
1
-1
/
+1
2007-10-10
r15038: Replace all code in pam_winbind that relied on access to samba
Günther Deschner
3
-90
/
+176
2007-10-10
r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifile
Günther Deschner
21
-0
/
+3405
2007-10-10
r15035: It seems that many preprocessors do not like comments in macro args..
Volker Lendecke
1
-1
/
+4
2007-10-10
r15034: Attempt to make the build farm happy
Volker Lendecke
1
-1
/
+1
2007-10-10
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
6
-33
/
+29
2007-10-10
r15028: Fix logic error checking valid args to POSIX lock
Jeremy Allison
1
-1
/
+1
2007-10-10
r15026: Fix warning until POSIX locking finished.
Jeremy Allison
1
-2
/
+1
2007-10-10
r15025: Fix exit_server_cleanly call.
Jeremy Allison
1
-1
/
+1
2007-10-10
r15022: Fix core dumps on normal server exit.
Jeremy Allison
3
-10
/
+10
2007-10-10
r15020: Fix issue with samba4 netbench torture tester,
Jeremy Allison
1
-1
/
+8
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
30
-1629
/
+3220
2007-10-10
r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp>
Jeremy Allison
1
-2
/
+0
2007-10-10
r15011: Fix bug # 2413. net rpc info can't reliably work anonymously anymore.
Volker Lendecke
1
-1
/
+3
2007-10-10
r15009: Add a check for NULL
Volker Lendecke
1
-0
/
+3
2007-10-10
r15007: fixed usage of cli_list() in smbwrapper so it compiles. This doesn't ...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r15005: Fix printf args to remove warnings.
Jeremy Allison
1
-3
/
+3
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
10
-11
/
+213
2007-10-10
r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can be
Jeremy Allison
1
-1
/
+1
2007-10-10
r14986: Fix OS/2 directory delete bug found by kukks.
Jeremy Allison
2
-8
/
+30
2007-10-10
r14954: Fix #3569 based on William Jojo's work. AIX also
Jeremy Allison
5
-6
/
+22
2007-10-10
r14940: Remove pam_winbind's ability to create home directories on it's own.
Günther Deschner
2
-59
/
+0
2007-10-10
r14931: Fix #1374: can't join an OU with name that contains '#'
Jim McDonough
1
-2
/
+6
2007-10-10
r14923: Return False in the case a parametrical option is not configured in
Lars Müller
1
-3
/
+7
2007-10-10
r14922: Use BOOL for the returned value.
Lars Müller
1
-1
/
+2
2007-10-10
r14900: Separate words in error message.
James Peach
1
-1
/
+1
[next]