summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * More parameter shufflingVolker Lendecke2007-12-072-5/+5
| * Re-arrange create_file() parametersVolker Lendecke2007-12-072-5/+5
| * Make fname arg to create_file a "const char *"Volker Lendecke2007-12-071-6/+15
| * Fix two unused variable warningsVolker Lendecke2007-12-071-2/+0
| * Allow to set custom message in wkssvc messagebuffer.Günther Deschner2007-12-071-1/+6
| * Fix build with new werror based pidl rpc.Günther Deschner2007-12-071-4/+9
| * Add cmd_wkssvc_messagebuffersend().Günther Deschner2007-12-071-2/+37
| * Add getjoininformation to rpcclient.Günther Deschner2007-12-071-0/+26
| * Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner2007-12-061-0/+9
* | *Really* fix the no password -N opt :-).Jeremy Allison2007-12-062-8/+1
* | Fix the '-N' option.Jeremy Allison2007-12-061-1/+1
* | These should be char *, but replace them with [1024] for nowJeremy Allison2007-12-061-9/+10
* | Make all the tools use the proper accessor functions.Jeremy Allison2007-12-064-21/+22
* | Fix typos in auth change.Jeremy Allison2007-12-061-2/+2
* | Missed smbmnt popt.Jeremy Allison2007-12-061-1/+1
* | Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-064-91/+143
* | Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-063-59/+53
* | Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-062-16/+4
* | Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-0618-1193/+1889
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-065-5/+17
|\|
| * Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ...Karolin Seeger2007-12-061-3/+8
| * Remove an incredible amount of whitespace.Michael Adam2007-12-061-1/+1
| * Remove trailing slashes from service nameAndreas Schneider2007-12-061-0/+7
| * printing: remove emtpy print_test.cStefan Metzmacher2007-12-061-0/+0
| * libads: fix typoStefan Metzmacher2007-12-061-1/+1
* | Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
|/
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Improve a debug message.Michael Adam2007-12-061-1/+1
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2007-12-051-79/+178
|\
| * pstring removal.Jeremy Allison2007-12-051-79/+178
* | Merge commit 'origin/v3-2-test' into v3-2-simoSimo Sorce2007-12-052-212/+347
|\|
| * Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-052-212/+347
* | Fix warningSimo Sorce2007-12-051-1/+1
* | * helper source for handling cifs kernel module upcall for kerberosIgor Mammedov2007-12-052-0/+347
* | * Adds support for cifs.spnego helper into configure and Makefile.inIgor Mammedov2007-12-052-3/+59
|/
* Compile fix to the automount support. Patch from GlaDiaC.Gerald (Jerry) Carter2007-12-051-1/+1
* Fix a debug message (missing newline).Michael Adam2007-12-051-1/+1
* There's no point in passing down a 0Volker Lendecke2007-12-052-19/+27
* remove some staticsVolker Lendecke2007-12-054-66/+72
* Remove some globalsVolker Lendecke2007-12-0513-50/+91
* Make share_info_db_init staticVolker Lendecke2007-12-051-1/+1
* Remove a static, and "signal_received" needs to be sig_atomic_tVolker Lendecke2007-12-051-15/+18
* Move create_file to open.cVolker Lendecke2007-12-052-477/+475
* Fix an uninitialized variableVolker Lendecke2007-12-051-1/+1
* Fix debugVolker Lendecke2007-12-051-2/+8
* Fix attribute calculation for ntcreate&xVolker Lendecke2007-12-051-17/+21
* Fix error returnsVolker Lendecke2007-12-051-2/+12
* Fix debugsVolker Lendecke2007-12-051-2/+18
* Implement create_file()Volker Lendecke2007-12-051-706/+347